home *** CD-ROM | disk | FTP | other *** search
/ The Charlie Rose Science Series Anthology / The Charlie Rose Science Series Anthology (Pfizer, Inc.)(2008).iso / mac / Charlie Rose Science Series Anthology.app / Contents / Resources / movie.swf / scripts / frame_1 / DoAction_2.as next >
Text File  |  2008-02-01  |  4KB  |  94 lines

  1. titles = new Array();
  2. titles[0] = "Episode 1: The Brain";
  3. titles[1] = "Episode 2: The Human Genome";
  4. titles[2] = "Episode 3: Longevity";
  5. titles[3] = "Episode 4: Cancer";
  6. titles[4] = "Episode 5: Stem Cells";
  7. titles[5] = "Episode 6: Obesity";
  8. titles[6] = "Episode 7: HIV/AIDS";
  9. titles[7] = "Episode 8: Pandemics";
  10. titles[8] = "Episode 9: Heart Disease";
  11. titles[9] = "Episode 10: Global Health";
  12. titles[10] = "Episode 11: Human Sexuality";
  13. titles[11] = "Episode 12: Diseases of the Brain";
  14. dates = new Array();
  15. dates[0] = "January 2007";
  16. dates[1] = "February 2007";
  17. dates[2] = "March 2007";
  18. dates[3] = "April 2007";
  19. dates[4] = "May 2007";
  20. dates[5] = "June 2007";
  21. dates[6] = "July 2007";
  22. dates[7] = "August 2007";
  23. dates[8] = "September 2007";
  24. dates[9] = "October 2007";
  25. dates[10] = "November 2007";
  26. dates[11] = "December 2007";
  27. descriptions = new Array();
  28. descriptions[0] = "Exploring the human brain from psychoanalysis to cutting edge research.";
  29. descriptions[1] = "Exploring the contributions that have been made to science through the discovering and mapping of human DNA.";
  30. descriptions[2] = "An in-depth discussion of longevity and aging from the latest research on calorie restriction, anti-aging drugs, genetic manipulation to the social and economic implications of an increase in human life span.";
  31. descriptions[3] = "A discussion of the latest advances in cancer, from the genetics to cancer prevention, early detection, diagnosis, treatment and management of care.";
  32. descriptions[4] = "A roundtable discussion on the latest advances in embryonic and adult stem cell research, their implications, and potential to change the way medicine is practiced.";
  33. descriptions[5] = "An informative dialogue on the growing obesity epidemic, its impact on overall health and the latest research to help understand, treat and prevent obesity.";
  34. descriptions[6] = "A panel of leading experts addresses current treatment and prevention strategies, and new medical breakthroughs being used in the fight against HIV/AIDS.";
  35. descriptions[7] = "An exploration of factors that could create a global pandemic and how the science and public health leaders are addressing the crisis.";
  36. descriptions[8] = "A panel of experts explores the biology and genetics of cardiovascular disease, prevention and treatment, the development of medical, surgical and interventional therapies and steps individuals can take toward a heart-healthy lifestyle.";
  37. descriptions[9] = "A roundtable discussion on initiatives aimed at fighting infectious diseases, protecting women and children, and strengthening global public health systems.";
  38. descriptions[10] = "A panel of experts explores major trends in human sexual behavior, sexual desire and satisfaction, and sexual dysfunction issues.";
  39. descriptions[11] = "Examines the science of brain exploration, diseases that affect the brain throughout the life cycle, current brain research, and new technologies.";
  40. episodeMatcher = new Array();
  41. episodeMatcher[0] = 0;
  42. episodeMatcher[1] = 1;
  43. episodeMatcher[2] = 1;
  44. episodeMatcher[3] = 1;
  45. episodeMatcher[4] = 1;
  46. episodeMatcher[5] = 1;
  47. episodeMatcher[6] = 1;
  48. episodeMatcher[7] = 1;
  49. episodeMatcher[8] = 1;
  50. episodeMatcher[9] = 2;
  51. episodeMatcher[10] = 2;
  52. episodeMatcher[11] = 2;
  53. episodeMatcher[12] = 3;
  54. episodeMatcher[13] = 3;
  55. episodeMatcher[14] = 3;
  56. episodeMatcher[15] = 3;
  57. episodeMatcher[16] = 3;
  58. episodeMatcher[17] = 4;
  59. episodeMatcher[18] = 4;
  60. episodeMatcher[19] = 4;
  61. episodeMatcher[20] = 4;
  62. episodeMatcher[21] = 5;
  63. episodeMatcher[22] = 5;
  64. episodeMatcher[23] = 5;
  65. episodeMatcher[24] = 5;
  66. episodeMatcher[25] = 6;
  67. episodeMatcher[26] = 6;
  68. episodeMatcher[27] = 6;
  69. episodeMatcher[28] = 6;
  70. episodeMatcher[29] = 7;
  71. episodeMatcher[30] = 7;
  72. episodeMatcher[31] = 7;
  73. episodeMatcher[32] = 7;
  74. episodeMatcher[33] = 8;
  75. episodeMatcher[34] = 8;
  76. episodeMatcher[35] = 8;
  77. episodeMatcher[36] = 8;
  78. episodeMatcher[37] = 9;
  79. episodeMatcher[38] = 9;
  80. episodeMatcher[39] = 9;
  81. episodeMatcher[40] = 9;
  82. episodeMatcher[41] = 10;
  83. episodeMatcher[42] = 10;
  84. episodeMatcher[43] = 10;
  85. episodeMatcher[44] = 10;
  86. episodeMatcher[45] = 11;
  87. episodeMatcher[46] = 11;
  88. episodeMatcher[47] = 11;
  89. episodeMatcher[48] = 11;
  90. episodeMatcher[49] = 12;
  91. episodeMatcher[50] = 12;
  92. episodeMatcher[51] = 12;
  93. episodeMatcher[52] = 12;
  94.